Merged
Conversation
|
Subscribed to pull request
Generated by CodeMention |
b36fee9 to
c2e59bb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3672 +/- ##
==========================================
+ Coverage 56.31% 56.32% +0.02%
==========================================
Files 879 879
Lines 38004 38017 +13
Branches 7902 7906 +4
==========================================
+ Hits 21397 21410 +13
Misses 16509 16509
Partials 98 98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c2e59bb to
508a6a4
Compare
|
✅ Thank you for adding the changelog entry! |
mackenco
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Why
The Convex connect flow could tell users to check their email even when they rejected the invite resend prompt. Convex team invite timestamps were also shown as raw ISO strings, and linked team displays did not expose whether a team had already been claimed.
How
hasBeenClaimedin the shared Convex team connection GraphQL fragment and use it to skip invite prompts for already-claimed teams.Test Plan
Run convex team commands on a project/account that has a team that's already claimed. It shouldn't sent invitations or tell you to check your email: